func runtime.stopTheWorldWithSema

4 uses

	runtime (current package)
		mgc.go#L684: 	systemstack(func() { stopTheWorldWithSema(stwGCSweepTerm) })
		mgc.go#L875: 	systemstack(func() { stopTheWorldWithSema(stwGCMarkTerm) })
		proc.go#L1274: 		stopTheWorldWithSema(reason)
		proc.go#L1351: func stopTheWorldWithSema(reason stwReason) {